home *** CD-ROM | disk | FTP | other *** search
/ Enter 2005 February / EnterCD 02_2005.iso / Internet / Free History Eraser 3.5 / historyeraser.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-12-08  |  2.7 KB  |  60 lines

  1. ;InnoSetupVersion=4.2.6
  2. [Setup]
  3. AppName=Free History Eraser
  4. AppVerName=Free History Eraser
  5. AppId=Free History Eraser
  6. AppVersion=3.5
  7. AppPublisher=SmartSoft
  8. AppPublisherURL=http://www.smartprotector.com/
  9. AppSupportURL=http://www.smartprotector.com/
  10. AppUpdatesURL=http://www.smartprotector.com/
  11. DefaultDirName={pf}\Free History Eraser
  12. DefaultGroupName=Free History Eraser
  13. UninstallDisplayIcon={app}\HistoryEraser.exe
  14. OutputBaseFilename=historyeraser
  15. Compression=lzma
  16. PrivilegesRequired=none
  17. AllowNoIcons=yes
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{app}\HistoryEraser.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\HistoryEraser.hlp"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\HistoryEraser.cnt"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\HistoryEraser.exe.manifest"; DestDir: "{app}"; Flags: ignoreversion 
  25. [INI]
  26. FileName: "{app}\support.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.smartprotector.com/eraser/support.htm?id=fw"; 
  27. FileName: "{app}\upgrade.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.smartprotector.com/eraser/order.htm?id=fw"; 
  28. [Run]
  29. Filename: "{app}\HistoryEraser.exe"; Description: "{cm:LaunchProgram,HistoryEraser}"; Flags: postinstall skipifsilent nowait
  30. [UninstallRun]
  31. Filename: "http://www.smartprotector.com/eraser/whyuninstall_he.htm?id=fw"; Flags: shellexec 
  32. [Icons]
  33. Name: "{group}\HistoryEraser"; Filename: "{app}\HistoryEraser.exe"; Comment: "HistoryEraser"; 
  34. Name: "{group}\Help"; Filename: "{app}\HistoryEraser.hlp"; 
  35. Name: "{group}\Uninstall"; Filename: "{uninstallexe}"; 
  36. Name: "{group}\Online Support"; Filename: "{app}\support.url"; 
  37. Name: "{userdesktop}\HistoryEraser"; Filename: "{app}\HistoryEraser.exe"; 
  38. Name: "{group}\Upgrade"; Filename: "{app}\upgrade.url"; 
  39. [InstallDelete]
  40. Type: files; Name: "{app}\order.url"; 
  41. Type: files; Name: "{group}\upgrade"; 
  42. [UninstallDelete]
  43. Type: files; Name: "{app}\support.url"; 
  44. Type: files; Name: "{app}\upgrade.url"; 
  45. Type: files; Name: "{app}\sphook.dll"; 
  46. [CustomMessages]
  47. default.NameAndVersion=%1 version %2
  48. default.AdditionalIcons=Additional icons:
  49. default.CreateDesktopIcon=Create a &desktop icon
  50. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  51. default.ProgramOnTheWeb=%1 on the Web
  52. default.UninstallProgram=Uninstall %1
  53. default.LaunchProgram=Launch %1
  54. default.AssocFileExtension=&Associate %1 with the %2 file extension
  55. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  56. [Languages]
  57. ; These files are stubs
  58. ; To achieve better results after recompilation, use the real language files
  59. Name: "default"; MessagesFile: "embedded\default.isl"; 
  60.